Skip to main content

Lookup Service Account

GET /api/v1/accounts/{accountIdOrNumber}/service/lookup

Description

Lookup service account information.

Path Parameters

NameTypeDescription
accountIdOrNumberstringThe account ID or account number (path)

Request Headers

NameTypeDescription
service-api-keystringThe service API key (header)
service-api-codestringThe service API code (header)

Query Parameters

NameTypeDescription
accountTenantIdsstringTenant IDs, separated by commas (query)

Example

GET /api/v1/accounts/{accountIdOrNumber}/service/lookup?accountTenantIds=tenant1,tenant2
Content-Type: application/json
service-api-key: string
service-api-code: string

Response Code: 200 - OK

Description

Lookup successful.

Headers

Content-TypeValue
apiKey{{apiKey}}
service-api-keystring
service-api-codestring

Body

No request body needed.

🔑 Authentication bearer

ParamValueType
token{{accessCode}}string

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /api/v1/accounts/{accountIdOrNumber}/service/lookup \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!